UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The centralized process core dump data directory must be group-owned by admin.


Overview

Finding ID Version Rule ID IA Controls Severity
V-51307 OSX8-00-01185 SV-65517r1_rule Medium
Description
The centralized process core dump data directory must be group-owned by admin.
STIG Date
Apple OS X 10.8 (Mountain Lion) Workstation STIG 2015-02-10

Details

Check Text ( C-53655r2_chk )
To check the group ownership of the process core dump directory, run the following command:

sudo ls -ld /Library/Logs/DiagnosticReports/

If the group is not "admin", this is a finding.
Fix Text (F-56107r1_fix)
To change the group ownership to ""admin run the following command:

sudo chgrp admin /Library/Logs/DiagnosticReports/